All Questions
7 questions
1vote
1answer
791views
Firejail not working over socks5 SSH tunnel
I have an Ubuntu 18.04 server in which I've created two virtual interface pairs (veth0a & veth0b) and assigned the end of one interface (veth0b) to a new network namespace (netns0): ip netns add ...
1vote
1answer
192views
Perform SSH remote cmd exec on multiple local servers from input (sshpass?)
I am currently looking for a solution for executing remote commands on multiple local servers from an input file containing the 'user : password' in the following format: jboss5:manager:192.168.1.101 ...
7votes
2answers
6kviews
How to display commands executed via ssh and their user's IP?
I asked a question before, but I didn't get a satisfying answer in : How can I display ssh commands executed from another machine? so I'll ask this time precisely. How to display commands and their ...
7votes
5answers
4kviews
How can I display ssh commands executed from another machine?
Can I see what other users type/execute via SSH in my server via bash or shell?
1vote
0answers
898views
Cannot SSH after switching to Netgear router
I have Comcast Xfinity internet. When I was sent their Wifi router/Cable modem combo box, I was able to use SSH perfectly. However, since the Wifi from the box was weak, I decided to buy my own router:...
0votes
2answers
76views
can't update with this error messg
I got this message: not enough free disk space.... The upgrade needs a total of 31.8 M free space on disk '/boot'. Please free at least an additional 31.8 M of disk space on '/boot'. Empty your ...
10votes
5answers
2kviews
OpenSSH - map aliases in ~/.ssh/config to IP addresses in command line
Is it possible to query ~/.ssh/config in the command line? Let's say I would like to retrieve what IP address does the particular alias point to in a separate program, is it possible?